Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
dir
dir
Returns an instance of the Directory class
Name:
dir
Category:
Directory functions
Programming Language:
php
One-line Description:
Returns an instance of the Directory class.
Related
How to read subdirectories in specified directory through dir function
10
Similar Functions
readdir
readdir
Readentriesfromdirec
getcwd
getcwd
Getthecurrentworking
closedir
closedir
Closethedirectoryhan
rewinddir
rewinddir
Rewindthedirectoryha
chdir
chdir
Changedirectory
scandir
scandir
Listfilesanddirector
chroot
chroot
Changetherootdirecto
opendir
opendir
Openthedirectoryhand
Popular Articles
How to read subdirectories in specified directory through dir function